Personal Command Line Programs Usage
Meow King October 22, 2023 Updated: October 22, 2023 #cliPacman
# show the associated package of a file
# show all packages that has at least a file named convert
# show all associated executables
|
# clean packages
Image Magic
Usage: https://imagemagick.org/Usage/ Reference: https://imagemagick.org/Usage/reference.html
script to make image into shaped and transparent: mktrans
# change one color of an image to transparent (if chaning background/border, use the `mktrans` script metioned above)
## use median filter to better smooth the image
# change colors of an image to transparent
## use median filter to better smooth the image
# trim border of a image (for transparent border. For white border, use -bordercolor white)
Upload file to cloud
use rclone